1bashThis command displays disk usage statistics for all files and directories in the current directory in a human-readable format.du -ahexternal toolsdudisk usage statistics
2bashThis demonstrates disk usage analysis with depth control using the du command.du --max-depthexternal toolsdudisk usage analysis
3bashThis demonstrates the basic usage of the du command to estimate file and directory space usage.duexternal toolsdudisk usage analysis
4bashThis demonstrates using the du command to measure the disk space usage of a directory.du /foo/barexternal toolsdudisk usage check
5bashThis demonstrates using the du command to display disk usage in a human-readable format.du --human-readableexternal toolsdudisk usagehuman-readable format
6bashThis demonstrates using the du command to display the disk usage of the current directory without traversing subdirectories.du -d 0external toolsdudisk usagetop-level directory usage